home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-06-14 | 5.7 KB | 86 lines |
- [PropertyGrid]
- 0=2,ActiveDocument,public IDesignerHost ActiveDocument {get; set;}
- 1=2,BackgroundImage,public Image BackgroundImage {override get; override set;}
- 2=2,CanCopy,public bool CanCopy {get;}
- 3=2,CanCut,public bool CanCut {get;}
- 4=2,CanPaste,public bool CanPaste {get;}
- 5=2,CanShowCommands,public bool CanShowCommands {virtual get;}
- 6=2,CanUndo,public bool CanUndo {get;}
- 7=2,CommandsBackColor,public Color CommandsBackColor {get; set;}
- 8=2,CommandsForeColor,public Color CommandsForeColor {get; set;}
- 9=2,CommandsVisible,public bool CommandsVisible {virtual get;}
- 10=2,CommandsVisibleIfAvailable,public bool CommandsVisibleIfAvailable {virtual get; virtual set;}
- 11=2,ContextMenuDefaultLocation,public Point ContextMenuDefaultLocation {get;}
- 12=2,DefaultTabType,public Type DefaultTabType {virtual get;}
- 13=2,HelpBackColor,public Color HelpBackColor {get; set;}
- 14=2,HelpForeColor,public Color HelpForeColor {get; set;}
- 15=2,HelpVisible,public bool HelpVisible {virtual get; virtual set;}
- 16=2,InPropertySet,public bool InPropertySet {get;}
- 17=2,IsDefaultTabSelected,public bool IsDefaultTabSelected {get;}
- 18=2,LargeButtons,public bool LargeButtons {get; set;}
- 19=2,LineColor,public Color LineColor {get; set;}
- 20=2,OutlineColor,public Color OutlineColor {get; set;}
- 21=2,PropertySort,public PropertySort PropertySort {get; set;}
- 22=2,SelectedObject,public object SelectedObject {get; set;}
- 23=2,SelectedPropertyDescriptor,public PropertyDescriptor SelectedPropertyDescriptor {get;}
- 24=2,SelectedPropertyName,public string SelectedPropertyName {virtual get;}
- 25=2,ServiceObjectProvider,public IServiceObjectProvider ServiceObjectProvider {get; set;}
- 26=2,ShowFocusCues,public bool ShowFocusCues {override get;}
- 27=2,TextColor,public Color TextColor {get; set;}
- 28=2,ToolbarVisible,public bool ToolbarVisible {virtual get; virtual set;}
- 29=3,AddRefTab,public void AddRefTab(Type tabType, object component);\n(Type tabType, object component, PropertyTabScope type, bool setupToolbar);
- 30=3,AddTab,public: void AddTab(Type* tabType);
- 31=3,ClearTabs,public: void ClearTabs(PropertyTabScope tabScope);
- 32=3,Dispose,public override void Dispose();
- 33=3,DividerDraw,public void DividerDraw(int y);
- 34=3,DividerInside,public SnappableControl DividerInside(int x, int y);
- 35=3,DividerLimitHigh,public int DividerLimitHigh(PropertyGrid.SnappableControl target);
- 36=3,DividerLimitMove,public int DividerLimitMove(PropertyGrid.SnappableControl target, int y);
- 37=3,DoCopyCommand,public void DoCopyCommand();
- 38=3,DoCutCommand,public void DoCutCommand();
- 39=3,DoPasteCommand,public void DoPasteCommand();
- 40=3,DoUndoCommand,public void DoUndoCommand();
- 41=3,DropDownDone,public void DropDownDone();
- 42=3,DumpPropsToConsole,public void DumpPropsToConsole();
- 43=3,EnableTabs,public void EnableTabs();
- 44=3,EnsurePendingChangesCommitted,public void EnsurePendingChangesCommitted();
- 45=3,FilterKeyPress,public void FilterKeyPress(char keyChar);
- 46=3,GetBrowsableAttributes,public MemberAttribute[] GetBrowsableAttributes();
- 47=3,GetHwnd,public virtual int GetHwnd();
- 48=3,GetSelectedTab,public PropertyTab GetSelectedTab();
- 49=3,GetUnwrappedObject,public object GetUnwrappedObject(int index);
- 50=3,HandleF4,public void HandleF4();
- 51=3,LoadState,public void LoadState(RegistryKey optRoot);
- 52=3,OnChanged,public void OnChanged(int dispID);
- 53=3,OnCOMComponentNameChanged,protected void OnCOMComponentNameChanged(ComponentRenameEventArgs e);
- 54=3,OnCopy,public void OnCopy();
- 55=3,OnGotFocus,protected override void OnGotFocus(EventArgs e);
- 56=3,OnHandleCreated,protected override void OnHandleCreated(EventArgs e);
- 57=3,OnMouseDown,protected override void OnMouseDown(MouseEventArgs me);
- 58=3,OnMouseMove,protected override void OnMouseMove(MouseEventArgs me);
- 59=3,OnMouseUp,protected override void OnMouseUp(MouseEventArgs me);
- 60=3,OnNotifyPropertyValueUIItemsChanged,protected void OnNotifyPropertyValueUIItemsChanged(object sender, EventArgs e);
- 61=3,OnPaint,protected override void OnPaint(PaintEventArgs pevent);
- 62=3,OnPaintBackground,protected override void OnPaintBackground(PaintEventArgs pevent);
- 63=3,OnPropertyChanged,protected override void OnPropertyChanged(PropertyChangedEventArgs e);
- 64=3,OnPropertyTabChanged,protected void OnPropertyTabChanged(PropertyTabChangedEventArgs e);
- 65=3,OnPropertyValueChanged,protected void OnPropertyValueChanged(PropertyValueChangedEventArgs e);
- 66=3,OnRequestEdit,public void OnRequestEdit(int dispID);
- 67=3,OnResize,protected override void OnResize(EventArgs e);
- 68=3,ProcessDialogKey,protected override bool ProcessDialogKey(Keys keyData);
- 69=3,Refresh,public override void Refresh();
- 70=3,RefreshTabs,public void RefreshTabs(PropertyTabScope tabScope);
- 71=3,ReleaseCurrentObjects,protected void ReleaseCurrentObjects();
- 72=3,RemoveTab,public void RemoveTab(Type tabType);
- 73=3,Reset,public void Reset();
- 74=3,SaveState,public void SaveState(RegistryKey optRoot);
- 75=3,SetBrowsableAttributes,public void SetBrowsableAttributes(MemberAttribute[] attrs);
- 76=3,SetSelectedObjects,public virtual void SetSelectedObjects(int cObjs, object[] objs);\n(int cObjs, int ppObjs);
- 77=3,ShouldPersistCommandsBackColor,public bool ShouldPersistCommandsBackColor();
- 78=3,ShouldPersistCommandsForeColor,public bool ShouldPersistCommandsForeColor();
- 79=3,ShouldPersistHelpBackColor,public bool ShouldPersistHelpBackColor();
- 80=3,ShouldPersistHelpForeColor,public bool ShouldPersistHelpForeColor();
- 81=3,ShowEventsButton,protected void ShowEventsButton(bool value);
- 82=3,WillFilterKeyPress,public bool WillFilterKeyPress(char keyCode);
- 83=3,WmSysColorChange,protected override void WmSysColorChange(ref Message m);
- 84=3,WndProc,protected override void WndProc(ref Message m);